-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[자동차 경주] 황병훈 미션 제출합니다. #1464
Open
HwangBBang
wants to merge
12
commits into
woowacourse-precourse:main
Choose a base branch
from
HwangBBang:hwangbbang
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[자동차 경주] 황병훈 미션 제출합니다. #1464
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 기능 요구 사항 - 실행 결과 예시 - 프로그래밍 요구 사항 - 라이브러리 - 커밋 메시지 규칙 - 기능 구현 목록
- 참가 차량 1대에 대한 입력으로 수정 - 차량 전진 기능 구현
- 입력 검증 로직 추가 - 변수명 수정 - 기능 구현 목록 수정
- 입력 검증 로직 추가 - 여러 라운드 로직 주석 처리 - 변수명 수정 - 기능 구현 목록 수정
- RacingController : 게임의 흐름 제어 구현 - RacingService : 게임 규칙 관련 로직 구현 - Car : 자동차 도메인 모델 구현 - RacingInput : 사용자 입력 처리 분리 - RacingOutput : 결과 출력 처리 분리 - 기능 구현 목록 수정
…에 대해 리팩토링 - 기능 구현 목록 수정 - 출력부 메서드 기능 수정 - 입력 안내 메시지 수정
- 유효 하지않은 입력 - 빈 자동차 이름 목록 - 유효 하지않은 자동차 이름 - 5자 초과 - 유효 하지않은 자동차 이름 - 빈문자열 - 유효 하지않은 시도 횟수 - 0이하 - 유효 하지않은 시도 횟수 - 문자
- 전진 기능 : 자동차가 전진하는 경우 - 우승자 1명 선정 기능: 최대 위치를 가진 자동차 이름 반환 - 우승자 여러명 선정 기능: 최대 위치를 가진 자동차 이름 반환 - 자동차 생성 기능: 자동차 이름 리스트로 자동차 객체 생성
…에 대해 리팩토링 - 사용하지않는 테스트 제거 - 기능 구현 목록 수정 - createCars 메서드 수정 - 시도 횟수 검증로직 추가
…에 대해 리팩토링 - 기능 구현 목록 수정 - 사용 하지않는 주석 제거
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
기능 구현 목록
Bottom-up implementation